﻿/*--------------------------------------global--------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

body {
    font-family: "微软雅黑",Tahoma, Arial, Helvetica, Verdana, Geneva;
    font-size: 14px;
    color: #2f2f2f;
    background-color: #f0f0f0;
}

.clear {
    clear: both;
}

p {
    text-align: left;
    line-height: 1.6em;
}


/*---------------------------------页头---------------------------------*/
#banner {
    width: 100%;
    height: 150px;
    background: url(/Images/index/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

#logo {
    width: 975px;
    height: 150px;
    background: url(/Images/index/banner_logo_jgpt_ht.png) no-repeat center center;
    margin: 0 auto;
}

#bar {
    width: 100%;
    height: 40px;
    background: url(/Images/index/bar.jpg) repeat-x;
    margin: 0 auto 10px;
}
/*---------------------------------导航栏---------------------------------*/
#menu {
    width: 1000px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background: url(/Images/index/navbar.png) repeat-x;
    z-index: 100;
    font-size: 15px;
}

#menu_left {
    background: url(/Images/index/navbar_left.png) no-repeat;
    width: 15px;
    height: 38px;
    float: left;
}

#menu_right {
    background: url(/Images/index/navbar_right.png) no-repeat;
    width: 15px;
    height: 38px;
    float: left;
}

#menu ul {
    width: 970px;
    list-style: none;
    float: left;
    position: relative;
    left: 100px;
}

    #menu ul li {
        float: left;
        color: #70ceff;
        position: relative;
    }

        #menu ul li a, #menu ul li a:visited {
            display: block;
            text-align: center;
            text-decoration: none;
            line-height: 38px;
            color: #fff;
            font-weight: bold;
            padding: 0 0 0 15px; /* 一级二级菜单的左内边距 */
        }

        #menu ul li:hover a { /* 鼠标移至二级菜单时，一级菜单滑过背景还在（左端） */
            background: url(/Images/index/nav_bg_hover.png) no-repeat;
        }

            #menu ul li:hover a b { /* 鼠标移至二级菜单时，一级菜单滑过背景还在（右端） */
                background: url(/Images/index/nav_bg_hover.png) no-repeat right top;
                color: #ff9600;
            }

        #menu ul li a b {
            display: block;
            padding: 0 15px 0 0;
        }
        /*----------------------------------二级菜单----------------------------------*/
        #menu ul li ul {
            display: none;
            z-index: 100;
        }

        #menu ul li:hover ul {
            display: block;
            position: absolute;
            top: 38px;
            left: 0px; /* 二级菜单和一级菜单竖向对齐 */
            border: 1px solid #d50000;
            background: url(/Images/index/nav_popup.png) repeat-y left #ebebeb; /* 二级菜单右边的底色 */
            width: 100px;
        }

            #menu ul li:hover ul li {
                width: 100px;
            }

                #menu ul li:hover ul li a {
                    color: #2a2a2a; /* 二级菜单字色 */
                    background: none; /* 二级菜单左边及字的底色 */
                    text-align: left;
                    font-weight: normal;
                }
                    /* 二级菜单 */
                    #menu ul li:hover ul li a:hover {
                        color: #fff;
                        background-color: #fe3900;
                        font-weight: bold;
                    }
/*---------------------------------导航下面阴影---------------------------------*/
#nav_under {
    width: 1000px;
    height: 15px;
    background: url(/Images/index/shadow.png) no-repeat;
    margin: 0 auto 5px;
}
/*---------------------------------内容区块---------------------------------*/
#box {
    width: 980px;
    margin: 10px auto 0;
}

.rs_l {
    float: left;
    margin-left: 30px;
}

.rs_r {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

.rs_l2 {
    float: left;
}

.rs_r2 {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
}


/*--------------------------------------登录区块--------------------------------------*/
#login_panel, #isLoginPanel {
    width: 230px;
    height: 230px;
    /*background: url(/Images/index/panel.png) no-repeat;*/
    /*padding: 5px 5px 0;
    margin-bottom: 15px;*/
}

#dl_area {
    margin: 50px auto 0;
    clear: both;
}

#login_panel p, #isLoginPanel p {
    width: 220px;
    height: 30px;
    line-height: 36px;
    margin: 5px 0;
    position: relative;
    clear: both;
}

    #login_panel p.short { /*---登录面板文字行，较短的情况---*/
        margin: 2px 0;
        font-size: 12px;
        text-indent: 50px;
        color: #248ae3;
    }

        #login_panel p.short span {
            font-size: 15px;
            font-weight: bold;
            padding: 0 2px;
            color: #0278ce;
        }

    #login_panel p label {
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        text-align: right;
        color: #4d4d4d; /*background-color:yellow;*/
    }

.pic_yanzheng {
    width: 102px;
    height: 31px;
    position: absolute;
    right: 0;
    top: 0;
}

.input_box_new {
    height: 25px;
    width: 170px;
    font-size: 14px;
    margin-left: 14px;
    border: 1px solid #d5d5d5;
    padding: 1px 2px;
    background: url(/Images/index/bg_fill.png) repeat-x #fff;
}

.input_box_short_new {
    width: 60px;
    height: 25px;
    margin-left: 14px;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    padding: 1px 2px;
    background: url(/Images/index/bg_fill.png) repeat-x #fff;
}

.input_box {
    height: 25px;
    width: 170px;
    float: right;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    padding: 1px 2px;
    background: url(/Images/index/bg_fill.png) repeat-x #fff;
}

.input_box_short {
    width: 60px;
    height: 25px;
    float: left;
    margin-left: 14px;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    padding: 1px 2px;
    background: url(/Images/index/bg_fill.png) repeat-x #fff;
}

.new_login_panel {
    float: right;
    width: 250px;
    height: 250px;
    margin-right: 25px;
    margin-top: -10px;
    /*background: url(/Images/index/panel.png) no-repeat center center;*/
    background-size: 250px 250px;
}

.user_info_panel {
    float: right;
    width: 250px;
    height: 250px;
    margin-right: 30px;
}

.qr_btn_panel {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d0d0d0;
}

.qr_btn {
    float: left;
    width: 50%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor:pointer;
}

.qr_btn_active {
    color: #2185e2;
    cursor:pointer;
}

.qr_code_panel {
    width: 250px;
    height: 210px;
}

.qr_code {
    width: 150px;
    height: 150px;
    margin-left: 50px;
    margin-top: 10px;
}

.re_qr_code {
    text-align: center;
    margin-top: 15px;
}

    .re_qr_code a {
        text-decoration: none;
        color: #2185e2;
    }
/*--------------------------------------登录后的注销--------------------------------------*/
#dlh_area {
    margin: 0 auto;
    width: 200px;
    height: 126px;
    background: url(/Images/index/login_bg.png) no-repeat center center;
    clear: both;
}

    #dlh_area p {
        width: 200px;
        font-size: 12px;
        font-weight: bold !important;
        color: #0278ce !important;
        line-height: 1.5em;
        padding-left:30px;
        position: relative;
        top: 60px;
        margin-left: -25px;
    }

#zhuxiao {
    width: 80px;
    height: 25px;
    display: block;
    float: right;
    text-align: right;
    margin: 0 20px 0 0;
    font-weight: bold;
}

    #zhuxiao a {
        color: #ff9600;
        text-decoration: none;
    }

        #zhuxiao a:hover {
            color: #ff9600;
            text-decoration: underline;
        }
/*--------------------------------------登录按钮--------------------------------------*/
#btn_dl, #btn_dlh {
    margin: 15px 10px 0 20px;
    float: left;
}

    #btn_dl input, #btn_dlh input {
        padding: 10px 30px;
        line-height: 24px;
        color: #fff;
        font: 16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
        cursor: pointer;
    }

.icon {
    width: 22px;
    height: 22px;
    padding: 4px 0 0 10px;
}
/*--------------------------------------重置按钮--------------------------------------*/
#btn_cz {
    margin-top: 15px;
    float: left;
}

    #btn_cz input {
        padding: 10px 30px;
        line-height: 24px;
        color: #fff;
        font: 16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
        cursor: pointer;
    }

.btn-style-01 {
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2185e2;
}

    .btn-style-01:hover {
        background-color: #3b98ef;
    }


.indexTitle {
    font-size: 15px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #2185e2;
    padding: 0 10px;
    text-align: center;
    border: 4px solid #ff9600;
    border-top: none;
    border-bottom: none;
    float: right;
    font-weight: bold;
    margin: 12px 12px 10px 0;
}
/*--------------------------------------右列区块灰色--------------------------------------*/
.box_gary {
    width: 238px;
    border: 1px solid #d5d5d5;
    background: url(/Images/index/titlebar_gray.jpg) repeat-x top #fff;
    margin-bottom: 15px;
    height: 220px;
}

/*--------------------------------------左列区块蓝色--------------------------------------*/
.box_blue {
    width: 743px;
    border: 1px solid #a8d7ea;
    background: url(/Images/index/titlebar_blue.jpg) repeat-x top #fff;
    margin-bottom: 15px;
    height: 250px;
}

.box_blue_short {
    width: 363px;
    border: 1px solid #a8d7ea;
    background: url(/Images/index/titlebar_blue.jpg) repeat-x top #fff;
    margin: 0 15px 15px 0;
    float: left;
    height: 250px;
}

.icon2 {
    width: 32px;
    height: 60px;
    margin: 5px 0 0 10px;
}

/*-----------------------幻灯片新闻-----------------------*/
.x-hdpxw {
    width: 745px;
    height: 370px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .x-hdpxw ul {
        height: 320px;
        position: absolute;
    }

        .x-hdpxw ul li {
            float: left;
            width: 745px;
            height: 370px;
            overflow: hidden;
            position: relative;
            background: #000;
            text-align: center;
        }

            .x-hdpxw ul li div {
                width: 745px;
                height: 38px;
                position: absolute;
                left: 0;
                bottom: 0;
                overflow: hidden;
                background: #000;
                filter: alpha(opacity=60); /*IE滤镜，透明度60%*/
                -moz-opacity: 0.6; /*Firefox私有，透明度60%*/
                opacity: 0.6; /*其他，透明度60%*/
            }

            .x-hdpxw ul li p {
                width: 745px;
                height: 38px;
                line-height: 38px;
                position: absolute;
                left: 0;
                bottom: 0;
                text-indent: 20px;
            }

                .x-hdpxw ul li p a:link {
                    color: #fff;
                    font-size: 18px;
                    font-family: "微软雅黑";
                    text-decoration: none;
                }

                .x-hdpxw ul li p a:visited {
                    color: #fff;
                    font-size: 18px;
                    font-family: "微软雅黑";
                    text-decoration: none;
                }

                .x-hdpxw ul li p a:hover {
                    color: #fff;
                    font-size: 18px;
                    font-family: "微软雅黑";
                    text-decoration: none;
                }

    .x-hdpxw .btn {
        position: absolute;
        width: 573px;
        height: 10px;
        right: 20px;
        bottom: 13px;
        text-align: right;
    }

        .x-hdpxw .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 9px;
            height: 9px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: url(/Images/index/x-dot4.gif) no-repeat;
        }

            .x-hdpxw .btn span.on {
                background: url(/Images/index/x-dot3.gif) no-repeat;
            }


/*---------------------------------首页的左右区块---------------------------------*/
.box_left {
    width: 480px;
    float: left;
    margin-bottom: 15px;
}

.box_right {
    width: 480px;
    float: right;
    margin-bottom: 15px;
}

.title {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    float: left;
    padding-left: 27px;
}

.title_area {
    margin-top: 2px;
    width: 480px;
    height: 40px;
    background: url(/Images/index/title_bg.png) bottom left no-repeat;
}

.title_area2 { /*---二级页的面包屑区域---*/
    height: 65px;
}

.more1 {
    color: #419fd4;
    line-height: 40px;
    float: right;
    padding-right: 16px;
}

    .more1 a {
        color: #419fd4;
        text-decoration: none;
    }

        .more1 a:hover {
            color: #0278ce;
            text-decoration: underline;
        }
/*---通用新闻列表1---*/
.news_list {
    height: 270px;
    padding: 15px 8px;
    border: 1px solid #a8d7ea;
    border-top: 0;
    background: url(/Images/index/bg_list.jpg) top repeat-x #fff;
}

    .news_list li {
        width: 99%;
        height: 27px;
        margin: 0 auto;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /*文字隐藏后添加省略号*/
        -o-text-overflow: ellipsis; /*适用于opera浏览器*/
        background: url(/Images/index/dot.png) no-repeat 0 7px;
        text-indent: 20px;
    }

        .news_list li a {
            color: #3d3d3d;
            text-decoration: none;
        }

            .news_list li a:hover {
                color: #2888db;
                text-decoration: underline;
            }

        .news_list li span {
            color: #a9a9a9;
            float: right;
            font-size: 13px;
        }

    .news_list p {
        width: 90%;
        margin: 5px auto 10px;
        line-height: 1.2em;
        text-indent: 2em;
    }

/*---通用新闻列表2，没有边框---*/
#table {
    height: 338px;
    background-color: #fff;
    border: none;
}

    #table tr {
        width: 99%;
        height: 27px;
        margin: 0 auto;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /*文字隐藏后添加省略号*/
        -o-text-overflow: ellipsis; /*适用于opera浏览器*/
        background: url(/Images/index/dot.png) no-repeat 0 7px;
        text-indent: 20px;
    }

        #table tr td a {
            color: #3d3d3d;
            text-decoration: none;
            border: none;
        }

            #table tr td a:hover {
                color: #2888db;
                text-decoration: underline;
            }

        #table tr td span {
            color: #a9a9a9;
            float: right;
            font-size: 13px;
        }

        #table tr td p {
            width: 90%;
            margin: 5px auto 10px;
            line-height: 1.2em;
            text-indent: 2em;
        }

.news_list2 {
    padding: 15px 8px;
    background-color: #fff;
}

    .news_list2 li {
        width: 99%;
        height: 27px;
        margin: 0 auto;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /*文字隐藏后添加省略号*/
        -o-text-overflow: ellipsis; /*适用于opera浏览器*/
        background: url(/Images/index/dot.png) no-repeat 0 7px;
        text-indent: 20px;
    }

        .news_list2 li a {
            color: #3d3d3d;
            text-decoration: none;
        }

            .news_list2 li a:hover {
                color: #2888db;
                text-decoration: underline;
            }

        .news_list2 li span {
            color: #a9a9a9;
            float: right;
            font-size: 13px;
        }

    .news_list2 p {
        width: 90%;
        margin: 5px auto 10px;
        line-height: 1.2em;
        text-indent: 2em;
    }
/*--------------------------------------版权--------------------------------------*/
#copy {
    width: 980px;
    height: 100px;
    background: url(/Images/index/split.jpg) top center no-repeat;
    font-size: 13px;
    margin: 10px auto 20px;
    padding-top: 50px;
    color: #767676;
}

    #copy .left {
        width: 220px;
        float: left;
        margin-left: 100px;
    }

        #copy .left p {
            text-align: left;
        }

    #copy .right {
        width: 370px;
        float: right;
        margin-right: 100px;
    }

        #copy .right p {
            text-align: right;
        }

.i2 {
    width: 20px;
    height: 20px;
    padding: 0 10px 0 0;
    position: relative;
    top: 5px;
}

/*---------------------------------二级页面的左右区块---------------------------------*/
#box_left_2j {
    width: 220px;
    float: left;
}

#box_right_2j {
    width: 745px;
    float: right;
}

/*--------------------------------------二级页面左列标题区域--------------------------------------*/
.box_blue_2j {
    width: 100%;
    height: 460px;
    border: 1px solid #a8d7ea;
    background: url(../Images/index/titlebar_blue_2j.jpg) repeat-x top #fff;
    margin-bottom: 15px;
}

.title_area_2j {
    width: 130px;
    height: 130px;
    margin: 20px auto 0;
}

    .title_area_2j .pic01 {
        width: 130px;
        height: 130px;
        background: url(../Images/index/i01_tzgg.png) no-repeat top left; /*---请根据不同标题，更换不同图片---*/
    }

    .title_area_2j .pic02 {
        width: 130px;
        height: 130px;
        background: url(../Images/index/i06_jjxx.png) no-repeat top left; /*---请根据不同标题，更换不同图片---*/
    }

    .title_area_2j .pic03 {
        width: 130px;
        height: 130px;
        background: url(../Images/index/i03_sjzl.png) no-repeat top left; /*---请根据不同标题，更换不同图片---*/
    }

.title_2j {
    font-size: 20px;
    line-height: 40px;
    color: #2185e2;
    margin: 0 auto;
    text-align: center;
    background: url(../Images/index/title_bg_2.png) bottom center no-repeat;
    position: relative;
    top: 95px;
}
/*--------------------------------------面包屑--------------------------------------*/
#mianbaoxie {
    padding: 25px 0 20px 20px;
}

    #mianbaoxie .text {
        color: #2f2f2f;
    }

        #mianbaoxie .text a {
            color: #0278ce;
            text-decoration: none;
            padding: 0 8px;
        }

            #mianbaoxie .text a:hover {
                color: #ff9600;
                text-decoration: none;
                padding: 0 8px;
            }

        #mianbaoxie .text span {
            padding: 0 8px;
        }

/*--------------------翻页--------------------*/
paginorange {
    margin: 0 auto 5px;
    padding: 20px;
}

.paginorange > li {
    display: inline;
}

    .paginorange > li > a {
        float: left;
        margin: 0 2.5px;
        padding: 6px 12px;
        border: 1px solid #dadada;
        border-radius: 2px;
        color: #a0a0a0;
        background-color: #fff;
        text-decoration: none;
    }

        .paginorange > li > a:focus, .paginorange > li > a:hover {
            color: #fff;
            background-color: #ff7800;
            border-color: #ff7800;
        }

.paginorange > .active > a, .paginorange > .active > a:focus, .paginorange > .active > a:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    background-color: #ff7800;
    border-color: #ff7800;
}

.paginorange > .disabled > a, .paginorange > .disabled > a:focus, .paginorange > .disabled > a:hover {
    cursor: default;
    color: #a0a0a0;
    background-color: #fff;
    border-color: #dadada;
}

.paginorange > li > a.pageleft, .paginorange > li > a.pageright {
    position: relative;
    border-color: transparent;
}

    .paginorange > li > a.pageleft:focus, .paginorange > li > a.pageleft:hover, .paginorange > li > a.pageright:focus, .paginorange > li > a.pageright:hover {
        border-color: transparent;
        background: 0 0;
    }

    .paginorange > li > a.pageleft:after, .paginorange > li > a.pageleft:before, .paginorange > li > a.pageright:after, .paginorange > li > a.pageright:before {
        content: '';
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 9px;
        border-color: transparent #a0a0a0 transparent transparent;
        position: absolute;
        left: 0;
        right: 12px;
        top: 0;
        bottom: 0;
    }

    .paginorange > li > a.pageleft:hover:before {
        border-right-color: #ff9600;
    }

.paginorange > li.disabled > a.pageleft:hover:before {
    border-right-color: #a0a0a0;
}

.paginorange > li > a.pageleft:after {
    border-right-color: #fff;
    right: 6px;
}

.paginorange > li > a.pageright:before {
    border-color: transparent transparent transparent #a0a0a0;
    left: 12px;
    right: 0;
}

.paginorange > li > a.pageright:hover:before {
    border-left-color: #ff7800;
}

.paginorange > li.disabled > a.pageright:hover:before {
    border-left-color: #a0a0a0;
}

.paginorange > li > a.pageright:after {
    border-color: transparent transparent transparent #fff;
    right: 0;
    left: 6px;
}

.paginorange > .paginmsg {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    margin-left: 3px;
    line-height: 34px;
    color: #a0a0a0;
}

    .paginorange > .paginmsg span {
        margin: 0 3px;
    }

    .paginorange > .paginmsg input {
        width: 3.5em;
        height: 22px;
        line-height: 22px;
        margin: 0 5px;
        padding: .4em;
        vertical-align: top;
        text-align: center;
        border: 1px solid #dadada;
        font-size: 14px;
        color: #a0a0a0;
    }

        .paginorange > .paginmsg input:focus {
            border: 1px solid #ff9600;
            box-shadow: none;
            outline-width: 0;
        }

    .paginorange > .paginmsg button, .paginorange > .paginmsg button:focus {
        height: 34px;
        margin-left: 18px;
        padding: .25em .95em;
        border: 1px solid #dadada;
        line-height: 1em;
        font-size: 12px;
        color: #a0a0a0;
        background: #fff;
        box-shadow: none;
        outline-width: 0;
    }

        .paginorange > .paginmsg button:hover {
            border-color: #ff7800;
            color: #ff9600;
        }

.paginorange > .disabled > a.colordis {
    color: #dadada;
}


/*--------------------------------------正文区块灰色--------------------------------------*/
.box_gray {
    width: 100%;
    border: 1px solid #d5d5d5;
    background: url(/Images/index/titlebar_gray.jpg) repeat-x top #fff;
    margin-bottom: 15px;
}

.box_gray_text {
    width: 76%;
    margin: 0 auto 30px;
    padding: 30px 60px 60px;
    border: 1px solid #d5d5d5;
    background: url(/Images/index/titlebar_gray.jpg) repeat-x top #fff;
}

h1 {
    width: 100%;
    line-height: 1.4em;
    border-bottom: 1px solid #a8d7ea;
    margin: 5px auto 20px;
    padding: 16px;
    color: #2185e2;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.date {
    color: #0278ce;
    text-align: center;
    padding-bottom: 30px;
}

.photoes {
    float: left;
    margin: 0 20px 15px 0;
}

.box_gray_text p {
    text-indent: 2em;
    padding: 3px 0 25px;
    line-height: 1.8em;
}


/*附件*/
.attachment {
    /*height: 100%;*/
    width: 100%;
}

    .attachment .sl_container {
        background-image: url("/Packages/PanManagement/Images/btn_icon.gif");
        background-position: 0px -416px;
        margin: 5px 0;
        line-height: 29px;
        height: 29px;
        cursor: pointer;
        width: 100px;
    }




        .attachment .sl_container:hover {
            background-position: 0px -447px;
        }

    .attachment .center {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-right: -15px;
    }

    .attachment a {
        cursor: pointer !important;
    }

    .attachment .sl_container > div {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .attachment .sl_container > div > input {
            position: absolute;
            top: 0;
            margin: 0;
            border: none;
            z-index: 10;
            width: 100%;
            height: 100%;
        }

        .attachment .sl_container > div > span {
            cursor: default;
            position: absolute;
            z-index: 9;
            left: 30px;
        }

    .attachment .upload {
        position: relative;
        width: 100%;
        /*display: none; */
        background-color: white;
    }

        .attachment .upload .attachment-content {
            overflow-x: hidden;
            overflow-y: auto;
            border-bottom: 1px solid rgb(221, 221, 221);
            border-top: 1px solid rgb(221, 221, 221);
            width: 100%;
        }

        .attachment .upload .title {
            width: 100%;
            height: 40px;
            background-color: #fafafa;
        }

            .attachment .upload .title > div {
                height: 100%;
                line-height: 40px;
                padding-left: 5px;
                float: left;
                border-collapse: collapse;
                border-top: 1px solid rgb(221, 221, 221);
                border-bottom: 1px solid rgb(221, 221, 221);
                font-size: 14px;
                font-weight: 400;
                color: rgb(51, 51, 51);
            }




            .attachment .upload .title .fileName {
                width: 55%;
            }

            .attachment .upload .title .fileName,
            .attachment .upload .title .fileSize,
            .attachment .upload .title .operate {
                text-align: center;
            }

            /*.attachment .upload .fileName,
        .attachment .upload .fileSize {
            border-right: 1px solid #ccc !important;
        }*/
            .attachment .upload .title > div:not(:last-child),
            .attachment .upload .file-progress > div:not(:last-child) {
                border-right: 1px solid #ccc !important;
            }

        .attachment .upload .fileName {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 15px;
            text-align: center;
        }


            .attachment .upload .fileName > a {
                vertical-align: middle;
                display: inline-block;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .attachment .upload .fileName > a > i {
                    vertical-align: middle;
                    display: inline-block;
                }

                .attachment .upload .fileName > a > span {
                    vertical-align: middle;
                }

            .attachment .upload .fileName > span > i {
                vertical-align: middle;
                display: inline-block;
            }

            .attachment .upload .fileName > span > span {
                vertical-align: middle;
            }



.simple > span {
    padding-right: 25px;
}

.word,
.excel,
.ppt,
.pdf,
.img,
.other {
    background-image: url('/assets/img/icon.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.word {
    background-position: -101px -83px;
    /*'video': '-229px -83px',
        'folder': '-5px -3px',    
        'rar': '-357px -83px',       
        'exe': '-325px -83px',
      */
}

.img {
    background-position: -5px -83px;
}

.other {
    background-position: -421px -83px;
}

.excel {
    background-position: -133px -83px;
}

.ppt {
    background-position: -133px -83px;
}

.pdf {
    background-position: -69px -83px;
}

.attachment .upload .title .fileSize {
    width: 12%;
}

.attachment .upload .title .filespeed {
    width: 12%;
}

.attachment .upload .title .operate {
    width: 18%;
}

.attachment .upload .file-progress {
    background-color: #fff;
    border-radius: 0;
    border-top: none;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 40px;
    position: relative;
    border-bottom: 1px solid rgb(210,210,210);
    text-align: center;
}

    .attachment .upload .file-progress > div {
        padding-left: 8px !important;
        box-sizing: border-box;
    }

.attachment .upload .title .file-progress {
    background-color: #f7f7f7;
}



    .attachment .upload .title .file-progress .fileName,
    .attachment .upload .title .file-progress .fileSize,
    .attachment .upload .title .file-progress .filespeed {
        border-right: 1px solid rgb(210, 210, 210);
    }

.attachment .display-none {
    display: none;
}

.attachment .upload .file-progress .divProgress {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(155,209,255);
    width: 0px;
    height: 100%;
    z-index: 0;
    border-radius: 3px;
}

.attachment .upload .divuploadTitle {
    height: 40px;
    background-color: rgb(59,137,225);
    color: white;
    line-height: 40px;
}

    .attachment .upload .divuploadTitle h3 {
        padding-left: 10px;
        margin: 0px;
        float: left;
    }


.attachment .upload .file-progress > div {
    float: left;
    padding: 12px 15px 12px 3px;
    background-color: transparent;
    z-index: 10;
    position: relative;
    text-align: center;
}

.attachment .upload .file-progress .fileName {
    width: 55%;
    padding-left: 5px;
}


.attachment .upload .file-progress .fileSize {
    width: 10%;
    text-align: center;
    padding-right: 2px;
}

.attachment .upload .file-progress .filespeed {
    width: 12%;
    text-align: center;
    padding-right: 5px;
}

    .attachment .upload .file-progress .filespeed > i, .attachment .upload .file-progress .operate > i {
        float: left !important;
        background-image: url("/Packages/PanManagement/Images/small_btn.png");
        width: 18px;
        height: 18px;
        display: block;
    }

    .attachment .upload .file-progress .filespeed > a, .attachment .upload .file-progress .operate > a {
        margin-right: 5px;
    }

    .attachment .upload .file-progress .filespeed > i {
        background-position: -22px -162px;
        float: none !important;
        display: inline-block;
    }

.attachment .upload .file-progress .operate .close {
    background-position: -2px -149px;
}

.attachment .upload .file-progress .operate {
    width: 23%;
    cursor: pointer;
}


.attachment .upload .smallbtn {
    float: right;
    width: 100px;
    height: 100%;
}

    .attachment .upload .smallbtn > div {
        padding: 12px;
        height: 15px;
    }

    .attachment .upload .smallbtn .attachment .uploadbtn {
        background-color: transparent;
        background-image: url('/Images/small_btn.png');
        height: 100%;
        width: 20px;
        float: right;
        margin-left: 10px;
        cursor: pointer;
    }

        .attachment .upload .smallbtn .attachment .uploadbtn .min,
        .attachment .upload .smallbtn .attachment .uploadbtn .max,
        .attachment .upload .smallbtn .attachment .uploadbtn .operate {
            width: 15px;
            height: 15px;
            cursor: pointer;
            float: right;
        }

    .attachment .upload .smallbtn .operate {
        background-position: 0px -177px;
    }

    .attachment .upload .smallbtn .min {
        background-position: 0px -162px;
    }

    .attachment .upload .smallbtn .max {
        background-position: 0px -192px;
    }


.attachment-view {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #222;
}

    .attachment-view > div {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .attachment-view > div .img-close {
            z-index: 200;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 60px;
            height: 60px;
            background-image: url('/Packages/PanManagement/Images/img_preview_ic.png');
            background-position-y: -189px;
        }



            .attachment-view > div .img-close > i,
            .attachment-view > div .img-close > i:hover {
                width: 60px;
                height: 60px;
                display: block;
                cursor: pointer;
            }

                .attachment-view > div .img-close > i:hover {
                    background-position: -390px -105px;
                }

    .attachment-view .view-content {
        overflow-y: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
    }

        .attachment-view .view-content > iframe {
            border: none;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }

        .attachment-view .view-content > img {
            vertical-align: middle;
            max-width: 100%;
            height: auto;
            margin: auto;
        }

.attachment-view-displaynone {
    display: none;
}
